home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Programming / RJTextEd.exe / {app} / InstallData / Syntax / PostScript.ini < prev    next >
Encoding:
INI File  |  2008-12-21  |  491 b   |  29 lines

  1. [MultiHighlight]
  2. Syntax=
  3. File=
  4.  
  5. [Comment]
  6. 1=*************************************************************
  7. 2=<b>Syntax:</b> PostScript
  8. 3=<b>Author:</b> Oleg Reznychenko
  9. 4=<b>Version:</b> 1.0
  10. 5=<b>Date:</b> 2006-06-04
  11. 6=
  12. 7=<b>Recommended colors:</b>
  13. 8=
  14. 9=*************************************************************
  15.  
  16. [Sample]
  17. 1=%!PS-Adobe-2.0
  18. 2=
  19. 3=/Times-Roman findfont 15 scalefont setfont
  20. 4=
  21. 5=10 10 moveto
  22. 6=
  23. 7=(Hello,  World!) show
  24. 8=
  25. 9=showpage
  26. 10=
  27. 11=%%EOF
  28.  
  29.